From: IOhannes m zmölnig Date: Thu, 28 Jan 2016 20:30:08 +0000 (+0100) Subject: added debian-specific search path for modules X-Git-Tag: archive/raspbian/5.4.5_ds0-1+rpi1~1^2~344 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success/%22http:/www.example.com/cgi/success?a=commitdiff_plain;h=00161c631620edd7aac1cffcab1ffa327e0d2230;p=juce.git added debian-specific search path for modules --- diff --git a/debian/patches/introjucer-modulepath.patch b/debian/patches/introjucer-modulepath.patch new file mode 100644 index 00000000..8f197895 --- /dev/null +++ b/debian/patches/introjucer-modulepath.patch @@ -0,0 +1,17 @@ +Description: Debian specific search-path for modules +Author: Debian +Forwarded: not-needed +Last-Update: 2015-01-28 +--- +This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ +--- juce.orig/extras/Introjucer/Source/Application/jucer_MainWindow.cpp ++++ juce/extras/Introjucer/Source/Application/jucer_MainWindow.cpp +@@ -577,5 +577,8 @@ + f = parent; + } + ++ File debian ("/usr/share/juce-utils"); ++ if (isJuceFolder(debian)) ++ return debian.getChildFile ("modules"); + return File::nonexistent; + } diff --git a/debian/patches/series b/debian/patches/series index 7b38f3d5..b2e9ef08 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,4 +1,5 @@ no-ztypes.patch reproducible-date.patch +introjucer-modulepath.patch do-not-track.patch test-build